[INFO] fetching crate liquid-compiler 0.20.0-alpha.6...
[INFO] fixing liquid-compiler-0.20.0-alpha.6 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate liquid-compiler 0.20.0-alpha.6 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate liquid-compiler 0.20.0-alpha.6
[INFO] finished tweaking crates.io crate liquid-compiler 0.20.0-alpha.6
[INFO] tweaked toml for crates.io crate liquid-compiler 0.20.0-alpha.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate liquid-compiler 0.20.0-alpha.6 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 60 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding itertools v0.8.2 (available: v0.15.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `liquid-compiler` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9
[INFO] running `Command { std: "docker" "start" "82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `liquid-compiler` (manifest) generated 1 warning
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking anymap v0.12.1
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking kstring v0.1.2
[INFO] [stderr]     Checking liquid-error v0.20.0-alpha.6
[INFO] [stderr]     Checking liquid-value v0.20.0-alpha.6
[INFO] [stderr]     Checking liquid-interpreter v0.20.0-alpha.6
[INFO] [stderr]     Checking liquid-compiler v0.20.0-alpha.6 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s
[INFO] [stderr] crater-edition-check: liquid-compiler v0.20.0-alpha.6 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking liquid-compiler v0.20.0-alpha.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `pest::Parser`
[INFO] [stdout]   --> src/parser.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use pest::Parser;
[INFO] [stdout]    |     ^^^^^^------
[INFO] [stdout]    |           |
[INFO] [stdout]    |           no `Parser` in `parser::pest`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]    |
[INFO] [stdout] 19 | use ::pest::Parser;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pest::error`
[INFO] [stdout]    --> src/parser.rs:629:19
[INFO] [stdout]     |
[INFO] [stdout] 629 |         use pest::error::LineColLocation;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]     |
[INFO] [stdout] 629 |         use pest::crate::pest::error::LineColLocation;
[INFO] [stdout]     |                   +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pest::Parser`
[INFO] [stdout]   --> src/parser.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use pest::Parser;
[INFO] [stdout]    |     ^^^^^^------
[INFO] [stdout]    |           |
[INFO] [stdout]    |           no `Parser` in `parser::pest`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]    |
[INFO] [stdout] 19 | use ::pest::Parser;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pest::error`
[INFO] [stdout]    --> src/parser.rs:629:19
[INFO] [stdout]     |
[INFO] [stdout] 629 |         use pest::error::LineColLocation;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]     |
[INFO] [stdout] 629 |         use pest::crate::pest::error::LineColLocation;
[INFO] [stdout]     |                   +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]   --> src/parser.rs:62:36
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub struct LiquidParser;
[INFO] [stdout]    |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     let mut liquid = LiquidParser::parse(Rule::LaxLiquidFile, text)
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  6 + use crate::pest::Parser;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]    --> src/parser.rs:494:33
[INFO] [stdout]     |
[INFO] [stdout]  24 |     pub struct LiquidParser;
[INFO] [stdout]     |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 494 |         let tag = LiquidParser::parse(Rule::Tag, text)
[INFO] [stdout]     |                                 ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use crate::pest::Parser;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]    --> src/parser.rs:647:45
[INFO] [stdout]     |
[INFO] [stdout]  24 |     pub struct LiquidParser;
[INFO] [stdout]     |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 647 |         let mut error = match LiquidParser::parse(Rule::LiquidFile, &text) {
[INFO] [stdout]     |                                             ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use crate::pest::Parser;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]   --> src/parser.rs:62:36
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub struct LiquidParser;
[INFO] [stdout]    |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     let mut liquid = LiquidParser::parse(Rule::LaxLiquidFile, text)
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  6 + use crate::pest::Parser;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]    --> src/parser.rs:494:33
[INFO] [stdout]     |
[INFO] [stdout]  24 |     pub struct LiquidParser;
[INFO] [stdout]     |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 494 |         let tag = LiquidParser::parse(Rule::Tag, text)
[INFO] [stdout]     |                                 ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use crate::pest::Parser;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]    --> src/parser.rs:647:45
[INFO] [stdout]     |
[INFO] [stdout]  24 |     pub struct LiquidParser;
[INFO] [stdout]     |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 647 |         let mut error = match LiquidParser::parse(Rule::LiquidFile, &text) {
[INFO] [stdout]     |                                             ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use crate::pest::Parser;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1041:33
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1041 |         let nil = LiquidParser::parse(Rule::Literal, "nil")
[INFO] [stdout]      |                                 ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `liquid-compiler` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1046:33
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1046 |         let nil = LiquidParser::parse(Rule::Literal, "null")
[INFO] [stdout]      |                                 ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1052:35
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1052 |         let blank = LiquidParser::parse(Rule::Literal, "blank")
[INFO] [stdout]      |                                   ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1061:35
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1061 |         let empty = LiquidParser::parse(Rule::Literal, "empty")
[INFO] [stdout]      |                                   ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1070:37
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1070 |         let integer = LiquidParser::parse(Rule::Literal, "42")
[INFO] [stdout]      |                                     ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1076:42
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1076 |         let negative_int = LiquidParser::parse(Rule::Literal, "-42")
[INFO] [stdout]      |                                          ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1082:35
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1082 |         let float = LiquidParser::parse(Rule::Literal, "4321.032")
[INFO] [stdout]      |                                   ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1088:44
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1088 |         let negative_float = LiquidParser::parse(Rule::Literal, "-4321.032")
[INFO] [stdout]      |                                            ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1094:37
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1094 |         let boolean = LiquidParser::parse(Rule::Literal, "true")
[INFO] [stdout]      |                                     ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1100:50
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1100 |         let string_double_quotes = LiquidParser::parse(Rule::Literal, "\"Hello world!\"")
[INFO] [stdout]      |                                                  ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1109:50
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1109 |         let string_single_quotes = LiquidParser::parse(Rule::Literal, "'Liquid'")
[INFO] [stdout]      |                                                  ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `parse` found for struct `parser::pest::LiquidParser` in the current scope
[INFO] [stdout]     --> src/parser.rs:1118:38
[INFO] [stdout]      |
[INFO] [stdout]   24 |     pub struct LiquidParser;
[INFO] [stdout]      |     ----------------------- associated function or constant `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1118 |         let variable = LiquidParser::parse(Rule::Variable, "foo[0].bar.baz[foo.bar]")
[INFO] [stdout]      |                                      ^^^^^ associated function or constant not found in `parser::pest::LiquidParser`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Parser` which provides `parse` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout] 1036 +     use crate::pest::Parser;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `liquid-compiler` (lib test) due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9", kill_on_drop: false }`
[INFO] [stdout] 82b6ae24385d5173d66fc06e358645cfd9d01519b4837dfeb6e6ea19d3a681e9
